You are viewing the RapidMiner Studio documentation for version 9.10 - Check here for latest version
Calculate Overlaps
(Operator Toolbox)
Synopsis
This operator takes a set of time intervals and associated names and calculates all overlaps for them.Description
Input
exa (Data Table)
The input ExampleSet.
Output
out (Data Table)
The resulting ExampleSet with overlapping time intervals.
ori (Data Table)
The original ExampleSet.
Parameters
- start_timestamp Attribute with the start date of an interval. Range:
- end_timestamp Attribute with the end date of an interval. Range:
- id_attribute Attribute containing an id for each session. Range:
Tutorial Processes
Simple Application on a Dummy Set
In this example we create a few sessions and apply the operator.